CyclicBuffer.length

  1. size_t length()
    struct CyclicBuffer(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
    const nothrow pure @property @safe @nogc
    size_t
    length
    ()
  2. alias opDollar = length

Return Value

Type: size_t

the number of items in the buffer.

Meta